Add GtkGradient.
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 2 Sep 2010 00:01:01 +0000 (02:01 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:11 +0000 (15:38 +0100)
commit142a72637dc996be7f45462b8e2a5e379e54019b
tree48540c9d606f4728b89543cf44c53f9df3c8f9d4
parent74de1839a4ebf88a22e6e21bcf2ad8403ca5d31d
Add GtkGradient.

This type defines a gradient between 2 symbolic colors, with any number
of color stop between these. At the moment it has been put besides
GtkSymbolicColor, although should be completely private, it will likely
need extending in the future for radial gradients.

At some point, it maybe should also be used for images, so painting
both a gradient and an image is consistent.
gtk/gtkstyleset.h
gtk/gtksymboliccolor.c
gtk/gtksymboliccolor.h